home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / dbase / ftails10.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-06-17  |  2KB  |  71 lines

  1. echo off
  2. cls
  3. echo.
  4. echo    ████████████████████████████████████████████████████████████████████████
  5. echo    █                  FoxTails #1 Initial Installation                    █
  6. echo    ████████████████████████████████████████████████████████████████████████
  7. echo.
  8. if "%1"=="" goto :showparm
  9. if "%2"=="" goto :showparm
  10. if "%1"=="A:" goto :checkto
  11. if "%1"=="a:" goto :checkto
  12. if "%1"=="B:" goto :checkto
  13. if "%1"=="b:" goto :checkto
  14. goto :showparm
  15. :checkto
  16. if "%2"=="A:" goto :showparm
  17. if "%2"=="a:" goto :showparm
  18. if "%2"=="B:" goto :showparm
  19. if "%2"=="b:" goto :showparm
  20. echo.
  21. echo Install %1 to %2
  22. echo.
  23. echo Press any key if this is correct.  If it is not correct, Press Ctrl-C now.
  24. echo Pressing Ctrl-C will ask you if you wish to terminate the batch file. Answer Y.
  25. echo.
  26. pause>nul
  27. :doit
  28.  
  29. %2
  30. cd\
  31. md ftails1
  32. cd ftails1
  33. %1Ftail1 -O
  34. cls
  35. echo.
  36. echo.
  37. echo Installation Complete.
  38. echo.
  39. echo You need to have FoxPro running in order to take advantage
  40. echo of FoxTails #1.
  41. echo.
  42. echo To Run the Program Demonstrating FoxTails, Start FoxPro and
  43. echo Enter DO FOXTAILS from the command window.
  44. echo.
  45. echo FoxTails #1 is from dbF Software Productions.  See the documentation
  46. echo (FoxTails.Doc) and registration screens for more information.
  47. echo.
  48. echo dbF Software Productions
  49. echo P.O. Box 37194
  50. echo Cleveland, Oh 44137-0194
  51. echo CIS: 72117,165
  52. echo Prodigy: Xrcg88a
  53. echo PH:  (216)491-4581
  54. echo.
  55.  
  56. goto :end
  57. :showparm
  58. echo.
  59. echo The syntax for the Install process is :
  60. echo.
  61. echo {From Drive Letter}INSTALL {From Drive Letter}: {To Drive Letter}:
  62. echo.
  63. echo.
  64. echo. For Example : A:INSTALL A: C:
  65. echo.
  66. echo.
  67. echo The From Drive Letter must be a floppy drive.  The To Drive Letter must
  68. echo be a hard drive.
  69. echo.
  70. :end
  71.